home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / dcom / modems-part1 / 9005 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  928 b 

  1. Path: wzv.win.tue.nl!not-for-mail
  2. From: wietse@wzv.win.tue.nl (Wietse Venema)
  3. Newsgroups: comp.dcom.modems
  4. Subject: Re: ZyXEL U1496E and SunOS setup
  5. Date: 24 Mar 1996 20:41:50 +0100
  6. Organization: Eindhoven University of Technology, The Netherlands
  7. Message-ID: <4j48hu$qvb@wzv.win.tue.nl>
  8. References: <4i1m81$c1q@netline-fddi.jpl.nasa.gov>
  9. NNTP-Posting-Host: wzv.win.tue.nl
  10.  
  11. Use /dev/ttya for logins *TO* your machine, use /dev/cua0 for dial-out
  12. purposes. I have used this for years on numerous SUNs.
  13.  
  14. In my /dev directory:
  15.  
  16.     crw-rw-rw-  1 root      12, 128 Dec 23 15:17 /dev/cua0
  17.     crw--w--w-  1 root      12,   0 Jan 18 23:55 /dev/ttya
  18.  
  19. You need to make the cua0 by hand (with the mknod command).
  20.  
  21. In my /etc/ttytab:
  22.  
  23.     ttya    "/usr/etc/agetty -h -t60 38400"    unknown        on modem
  24.  
  25. This is needed only if you want to dial into the SUN.  agetty is my
  26. replacement getty program. The system getty should be usable, too.
  27.  
  28.     Wietse
  29.